From: Isaku Yamahata Date: Fri, 2 May 2008 08:01:32 +0000 (+0900) Subject: [IA64] warning fix of dom_fw_dom0.c X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14220 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=1ac26fe2e387477593042a1722b926300dfbe32d;p=xen.git [IA64] warning fix of dom_fw_dom0.c dom_fw_dom0.c: In function 'complete_dom0_memmap': dom_fw_dom0.c:461: warning: unused variable 'flags' dom_fw_dom0.c:460: warning: unused variable 'mpaddr' Signed-off-by: Isaku Yamahata --- diff --git a/xen/arch/ia64/xen/dom_fw_dom0.c b/xen/arch/ia64/xen/dom_fw_dom0.c index d8ecada252..0bdc5cae15 100644 --- a/xen/arch/ia64/xen/dom_fw_dom0.c +++ b/xen/arch/ia64/xen/dom_fw_dom0.c @@ -457,8 +457,6 @@ complete_dom0_memmap(struct domain *d, struct fw_tables *tables) u64 start = md->phys_addr; u64 size = md->num_pages << EFI_PAGE_SHIFT; u64 end = start + size; - u64 mpaddr; - unsigned long flags; switch (md->type) {